go/types.Struct.String (method, view implemented interface methods)

2 uses

	go/types (current package)
		struct.go#L57: func (t *Struct) String() string   { return TypeString(t, nil) }

	golang.org/x/tools/internal/typesinternal
		zerovalue.go#L342: 		return ast.NewIdent(t.String())